WebDAV, "Transactions" and multiple WFEs
Hi, does anybody know what happens when a WebDAV "Move" (consisting of a couple of single operations like GET/PUT/DELETE) is executed in a SharePoint farm (e.g. using the explorer view) with multiple WFEs and a load balancer. Can I assume that all these operations are executed on the same WFE (e.g. I want to implement a HTTP module or an ISAPI filter to track or cancel these operations) or is it possible that the GET runs on WFE1, the subsequent PUT on WFE2 etc..? THx Eau Check out: http://www.SharePoint-Tools.de
July 20th, 2010 6:36pm

Webdav MOVE is a single verb/operation so it would be done on just one WFE From RFC 4918 "The MOVE operation on a non-collection resource is the logical equivalent of a copy (COPY), followed by consistency maintenance processing, followed by a delete of the source, where all three actions are performed in a single operation. " http://tools.ietf.org/html/rfc4918Fred Ellis - MSFT
Free Windows Admin Tool Kit Click here and download it now
July 26th, 2010 7:30pm

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics